mcl_recording_config

typedef struct mcl_recording_config {
    const char *recording_id;
    int overflow_strategy;
    int max_frames;
    int frame_rate;
    int playback_frame_rate;
    int last_frame_delay;
    double peak_location;
    const char *last_frame_overlay;
} mcl_recording_config
  • Declaration

    Objective-C

    struct mcl_recording_config {
        const char *recording_id;
        int overflow_strategy;
        int max_frames;
        int frame_rate;
        int playback_frame_rate;
        int last_frame_delay;
        double peak_location;
        const char *last_frame_overlay;
    }

    Swift

    struct mcl_recording_config